-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix IconButton width in style prop not working when feature flag is on #5091
Conversation
|
Uh oh! @jonrohan, the image you shared is missing helpful alt text. Check your pull request body. Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.
|
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
👋 Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/346286 |
🔴 golden-jobs completed with status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and we confirmed that the failing golden jobs are not related to this PR 👍🏻
I saw this weird alignment on https://github.com/github/primer/issues/4028
Looking into the issue it seems that when
sx
is used with theIconButton
, the width defined in thestyle
prop was being ignored. This PR fixes that by ensuring theIconButton
respects the width defined in thestyle
prop when the feature flag is enabled.Changelog
Changed
Bug fix for
IconButton
to respect thestyle
prop width when the feature flag is on.Rollout strategy
Merge checklist